home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 120
/
Vol 120.iso
/
games
/
the_samu.swf
/
scripts
/
DefineSprite_65
/
frame_1
/
DoAction.as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2010-11-09
|
224 b
|
13 lines
onEnterFrame = function()
{
if(this.hitTest(_root.man) && !_root.wudi)
{
_root.lose = true;
if(!_root.hit)
{
_root.hit = true;
_root.hitSound.start(0,1);
}
}
};